remove_at

function remove_at(index: integer): T

Removes and returns the element at the specified index. Fails if provided index is out of bounds.

Since

0.9.0

Parameters

index

The index of the element to remove.